home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / FullCopyList.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  467 b   |  17 lines

  1. /* 
  2.  * FullCopyList - watch it sizzle!  A highly transportable List subclass!
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * This code is provided AS IS without warranty of any kind, expressed 
  6.  * or implied, as to its fitness for any particular use.
  7.  *
  8.  * Copyright 1995 Ralph Zazula (rzazula@next.com).  All Rights Reserved.
  9.  *
  10.  */
  11.  
  12. #import <objc/List.h>
  13. #import <remote/transport.h>
  14.  
  15. @interface FullCopyList : List <NXTransport>
  16. @end
  17.